module Spongie {
	imports {
		Base}
		
	
    item TShirt_Compression
    {
        DisplayCategory = Clothing,
        ItemType = base:clothing,
        ClothingItem = TShirt_Spandex,
        BodyLocation = base:tanktop,
        Icon = TShirt_Compression,
        BloodLocation = Shirt;Neck,
        FabricType = Cotton,
		Tags = base:ripclothingcotton,
		
        Insulation = 0.3,
        WindResistance = 0.4,
        WaterResistance = 0.1,
		
        WorldStaticModel = TShirt_Ground,
    }
	
    item TShirt_CompressionLong
    {
        DisplayCategory = Clothing,
        ItemType = base:clothing,
        ClothingItem = TShirt_SpandexLong,
        BodyLocation = base:tanktop,
        Icon = TShirt_CompressionLong,
        BloodLocation = ShirtLongSleeves;Neck,
        FabricType = Cotton,
		Tags = base:ripclothingcotton,
		
        Insulation = 0.3,
        WindResistance = 0.25,
        WaterResistance = 0.1,
		
        WorldStaticModel = Shirt_Ground,
    }
	
	item Jumper_TurtleVest
    {
        DisplayCategory = Clothing,
        ItemType = base:clothing,
        ClothingItem = Jumper_TurtleVest,
        BodyLocation = base:sweater,
        Icon = Jumper_TurtleVest,
        BloodLocation = JumperNoSleeves;Neck,
		
        ScratchDefense = 10,
        Insulation = 0.4,
        WindResistance = 0.2,
        FabricType = Cotton,
		Tags = base:ripclothingcotton;base:canbedyed,
		
        WorldStaticModel = TShirt_Ground,
    }
    item Jumper_Military
    {
        DisplayCategory = Clothing,
        ItemType = base:clothing,
        ClothingItem = Jumper_Military,
        BodyLocation = base:sweater,
        BloodLocation = Jumper,
		
        IconsForTexture = Jumper_Military1;Jumper_Military2;Jumper_Military3;Jumper_Military4,
		
        ScratchDefense = 10,
        Insulation = 0.4,
        WindResistance = 0.35,
        FabricType = Cotton,
		Tags = base:ripclothingcotton,
        WorldStaticModel = Jumper_Ground,
    }
    item Jumper_MilitaryROLL
    {
        DisplayCategory = Clothing,
        ItemType = base:clothing,
        ClothingItem = Jumper_MilitaryROLL,
        BodyLocation = base:sweater,
        BloodLocation = Shirt,
		
        IconsForTexture = Jumper_Military1;Jumper_Military2;Jumper_Military3;Jumper_Military4,
		
        ScratchDefense = 10,
        Insulation = 0.4,
        WindResistance = 0.35,
        FabricType = Cotton,
		Tags = base:ripclothingcotton,
        WorldStaticModel = Jumper_Ground,
    }
    item Jumper_MilitaryTIED
    {
        DisplayCategory = Clothing,
        ItemType = base:clothing,
        ClothingItem = Jumper_MilitaryTIED,
        BodyLocation = base:torsoextra,
        BloodLocation = ShortsShort,
		
        IconsForTexture = JumperTied_Military1;JumperTied_Military2;JumperTied_Military3;JumperTied_Military4,
		
        ScratchDefense = 10,
        Insulation = 0.4,
        WindResistance = 0.35,
        FabricType = Cotton,
		Tags = base:ripclothingcotton,
        WorldStaticModel = Jumper_Ground,
    }
    item Vest_Waterproof
    {
        DisplayCategory = Clothing,
        ItemType = base:clothing,
        ClothingItem = Vest_Waterproof,
        BodyLocation = base:torsoextravestbullet,
        Icon = Vest_Waterproof,
        BloodLocation = ShirtNoSleeves,
        FabricType = Leather,
        Insulation = 0.4,
        WindResistance = 0.8,
        WaterResistance = 0.7,
        BiteDefense = 15,
        ScratchDefense = 20,
        WorldStaticModel = BulletVest_Ground,
    }
	
	item Shirt_Quilted
    {
        DisplayCategory = Clothing,
        ItemType = base:clothing,
        ClothingItem = Shirt_Quilted,
        BodyLocation = base:shirt,
        Icon = QuiltedShirt,
        BloodLocation = ShirtLongSleeves,
        Insulation = 0.35,
        WindResistance = 0.25,
        FabricType = Cotton,
		Tags = base:ripclothingcotton;base:canbedyed,
        WorldStaticModel = Shirt_Ground,
		
    }
	item Shirt_QuiltedOPEN
    {
        DisplayCategory = Clothing,
        ItemType = base:clothing,
        ClothingItem = Shirt_QuiltedOPEN,
        BodyLocation = base:shirt,
        Icon = QuiltedShirt,
        BloodLocation = ShirtLongSleeves,
        Insulation = 0.35,
        WindResistance = 0.25,
        FabricType = Cotton,
		Tags = base:ripclothingcotton;base:canbedyed,
        WorldStaticModel = Shirt_Ground,
		
    }
	item Shirt_QuiltedROLL
    {
        DisplayCategory = Clothing,
        ItemType = base:clothing,
        ClothingItem = Shirt_QuiltedROLL,
        BodyLocation = base:shortsleeveshirt,
        Icon = QuiltedShirt,
        BloodLocation = Shirt,
        Insulation = 0.35,
        WindResistance = 0.25,
        FabricType = Cotton,
		Tags = base:ripclothingcotton;base:canbedyed,
        WorldStaticModel = Shirt_Ground,
		
    }
	item Shirt_QuiltedOPENROLL
    {
        DisplayCategory = Clothing,
        ItemType = base:clothing,
        ClothingItem = Shirt_QuiltedOPENROLL,
        BodyLocation = base:shortsleeveshirt,
        Icon = QuiltedShirt,
        BloodLocation = Shirt,
        Insulation = 0.35,
        WindResistance = 0.25,
        FabricType = Cotton,
		Tags = base:ripclothingcotton;base:canbedyed,
        WorldStaticModel = Shirt_Ground,
		
    }
	
}
